home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / Make / source / version.c < prev    next >
Encoding:
C/C++ Source or Header  |  1997-08-18  |  314 b   |  13 lines

  1. /* We use <config.h> instead of "config.h" so that a compilation
  2.    using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h
  3.    (which it would do because make.h was found in $srcdir).  */
  4. #include <config.h>
  5.  
  6. char *version_string = VERSION;
  7.  
  8. /*
  9.   Local variables:
  10.   version-control: never
  11.   End:
  12.  */
  13.